home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TPRINTMARGINFORM / TPRINTMARGINFORM.txt
Text File  |  2006-03-23  |  4KB  |  189 lines

  1. object PrintMarginForm: TPrintMarginForm
  2.   Left = 21
  3.   Top = 100
  4.   ActiveControl = m_btnClose
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   BorderWidth = 5
  8.   Caption = 'Margins'
  9.   ClientHeight = 101
  10.   ClientWidth = 234
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lTop: TLabel
  23.     Left = 11
  24.     Top = 11
  25.     Width = 22
  26.     Height = 13
  27.     Caption = 'Top:'
  28.   end
  29.   object lLeft: TLabel
  30.     Left = 11
  31.     Top = 43
  32.     Width = 21
  33.     Height = 13
  34.     Caption = 'Left:'
  35.   end
  36.   object lBottom: TLabel
  37.     Left = 120
  38.     Top = 11
  39.     Width = 36
  40.     Height = 13
  41.     Caption = 'Bottom:'
  42.   end
  43.   object lRight: TLabel
  44.     Left = 120
  45.     Top = 43
  46.     Width = 28
  47.     Height = 13
  48.     Caption = 'Right:'
  49.   end
  50.   object Bevel1: TBevel
  51.     Left = 0
  52.     Top = 64
  53.     Width = 233
  54.     Height = 10
  55.     Shape = bsBottomLine
  56.   end
  57.   object m_btnClose: TButton
  58.     Left = 152
  59.     Top = 80
  60.     Width = 75
  61.     Height = 20
  62.     Caption = 'Close'
  63.     ModalResult = 1
  64.     TabOrder = 0
  65.     OnClick = m_btnCloseClick
  66.   end
  67.   object m_cbShowMargins: TCheckBox
  68.     Left = 5
  69.     Top = 80
  70.     Width = 145
  71.     Height = 20
  72.     Caption = 'Show margins'
  73.     TabOrder = 1
  74.     OnClick = m_cbShowMarginsClick
  75.   end
  76.   object m_eTopMargin: TEdit
  77.     Left = 56
  78.     Top = 8
  79.     Width = 41
  80.     Height = 21
  81.     TabOrder = 2
  82.     Text = '0'
  83.     OnChange = m_eTopMarginChange
  84.     OnExit = m_eMarginExit
  85.     OnKeyPress = m_eMarginKeyPress
  86.   end
  87.   object m_udTopMargin: TUpDown
  88.     Left = 97
  89.     Top = 8
  90.     Width = 17
  91.     Height = 21
  92.     Min = 0
  93.     Position = 50
  94.     TabOrder = 3
  95.     Wrap = False
  96.     OnChangingEx = m_udTopMarginChangingEx
  97.   end
  98.   object m_eLeftMargin: TEdit
  99.     Left = 56
  100.     Top = 40
  101.     Width = 41
  102.     Height = 21
  103.     TabOrder = 4
  104.     Text = '0'
  105.     OnChange = m_eLeftMarginChange
  106.     OnKeyPress = m_eMarginKeyPress
  107.   end
  108.   object m_udLeftMargin: TUpDown
  109.     Left = 97
  110.     Top = 40
  111.     Width = 17
  112.     Height = 21
  113.     Min = 0
  114.     Position = 50
  115.     TabOrder = 5
  116.     Wrap = False
  117.     OnChangingEx = m_udLeftMarginChangingEx
  118.   end
  119.   object m_eBottomMargin: TEdit
  120.     Left = 168
  121.     Top = 8
  122.     Width = 41
  123.     Height = 21
  124.     TabOrder = 6
  125.     Text = '0'
  126.     OnChange = m_eBottomMarginChange
  127.     OnKeyPress = m_eMarginKeyPress
  128.   end
  129.   object m_eRightMargin: TEdit
  130.     Left = 168
  131.     Top = 40
  132.     Width = 41
  133.     Height = 21
  134.     TabOrder = 7
  135.     Text = '0'
  136.     OnChange = m_eRightMarginChange
  137.     OnKeyPress = m_eMarginKeyPress
  138.   end
  139.   object m_udRightMargin: TUpDown
  140.     Left = 209
  141.     Top = 40
  142.     Width = 17
  143.     Height = 21
  144.     Min = 0
  145.     Position = 50
  146.     TabOrder = 8
  147.     Wrap = False
  148.     OnChangingEx = m_udRightMarginChangingEx
  149.   end
  150.   object m_udBottomMargin: TUpDown
  151.     Left = 209
  152.     Top = 8
  153.     Width = 17
  154.     Height = 21
  155.     Min = 0
  156.     Position = 50
  157.     TabOrder = 9
  158.     Wrap = False
  159.     OnChangingEx = m_udBottomMarginChangingEx
  160.   end
  161.   object smlFormLangRes: TsmlFormLangRes
  162.     LangFileName = 'DefLang.ini'
  163.     IgnoreEmptyString = True
  164.     AutoCreateMode = True
  165.     AddBracket = True
  166.     StringProperties.Strings = (
  167.       'Caption')
  168.     StringsProperties.Strings = (
  169.       'Tabs'
  170.       'Items')
  171.     IgnoreControls.Strings = (
  172.       'm_eLeftMargin'
  173.       'm_eTopMargin'
  174.       'm_udLeftMargin'
  175.       'm_udTopMargin'
  176.       'm_eBottomMargin'
  177.       'm_udBottomMargin'
  178.       'm_eRightMargin'
  179.       'm_udRightMargin'
  180.       'Label4'
  181.       'Bevel1')
  182.     IgnoreFormCaption = False
  183.     IncludeListViewItems = False
  184.     IncludeListViewHead = False
  185.     IncludeTreeViewItems = False
  186.     Active = False
  187.   end
  188. end
  189.